ShowAlternatingRows Property (FlexGridBase<T>)
In This Topic
Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
Syntax
'Declaration
<System.ObsoleteAttribute("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")>
<System.ComponentModel.DefaultValueAttribute(True)>
Public Overridable Property ShowAlternatingRows As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.ShowAlternatingRows = value
value = instance.ShowAlternatingRows
[System.Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
[System.ComponentModel.DefaultValue(true)]
public virtual System.bool ShowAlternatingRows {get; set;}
public read-write property ShowAlternatingRows: System.Boolean; virtual;
System.ObsoleteAttribute("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowAlternatingRows : System.boolean
[System.Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
[System.ComponentModel.DefaultValue(true)]
public: __property virtual System.bool get_ShowAlternatingRows();
public: __property virtual void set_ShowAlternatingRows(
System.bool value
);
[System.Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
[System.ComponentModel.DefaultValue(true)]
public:
virtual property System.bool ShowAlternatingRows {
System.bool get();
void set ( System.bool value);
}
See Also